home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11943 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news.acadia.net!usenet
  2. From: steven2@salesbook.com (Steve Nutt)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: One very puzzled programmer
  5. Date: Sun, 17 Mar 1996 08:18:43 GMT
  6. Organization: DET
  7. Message-ID: <4ig77h$5t9@post.acadia.net>
  8. References: <Do8J1J.4rB@news.tcd.ie>
  9. Reply-To: steven2@salesbook.com
  10. NNTP-Posting-Host: blf9.acadia.net
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. bpbyrne@tcd.ie (Brian Byrne) wrote:
  14.  
  15.  
  16. >    Ok,..the problem is this,..i have a program using TBitmaps and
  17. >the sndPlaySound function being compiled on BorlandC++ v4.02,
  18. >It compiles and runs with no problems, and will run outside of
  19. >BorlandC++ as long as borlandc++ is running somewhere on my machine,
  20. >but as soon as i close BorlandC++ the program whan i try to run it says
  21. >General Exception in module Bids402.dll,
  22. >i've given the executable access to all dll's etc,....and tried running
  23. >& compiling on other machines,...no help at all.
  24. >for what it's worth i'm running win 3.1 with a 32-bit extender thingie
  25. >that comes with Borland, on a 486sx.
  26. >if anyone has even the vaguest idea what's causing this please drop me a
  27. >line,..i've been tearing my hair out on this one for weeks!
  28. >Mail me at bpbyrne@alf2.tcd.ie
  29. >thanks again,
  30. >BRian Byrne
  31.  
  32. >--
  33. >------------------------------------------------------------------------------
  34. >Brian Byrne,    (bpbyrne@tcd.ie)
  35. >3rd Year Computer Engineering,
  36. >Trinity College Dublin.
  37.  
  38. Well this does not sound like the correct answer if it is dying in
  39. bids, but a common reason why apps don't run when the IDE is not
  40. running is because they use BWCC and don't load it. Try loading it and
  41. see if that helps.
  42.  
  43. Steve
  44.  
  45.